places sidebar: Avoid markup confusion in tooltips
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 May 2016 01:47:20 +0000 (21:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 May 2016 01:47:20 +0000 (21:47 -0400)
commit7c21a32b2887657b711b767ae90397955805b98f
treebdcbe779a00ddfd0c12acc97ca6f4be5cf5bc409
parent7e7d7991cc8e7c7a2b50ce6530a8ebafd673516b
places sidebar: Avoid markup confusion in tooltips

At one point, the sidebar was using gtk_treeview_set_tooltip_column,
which expects tooltips to be markup. With the listbox-based sidebar,
we don't do that anymore. So don't escape the tooltip text.

https://bugzilla.gnome.org/show_bug.cgi?id=766175
gtk/gtkplacessidebar.c